Feature: Create a post and add an image

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 58.823s

Scenario: Create a post and add an image - Scenario PE004

Before 0m 2.024s
Given I navigate to page "http://localhost:3001/ghost/#/signin" 0m 1.276s
And I login with "<USER_EMAIL>" and "<USER_PASSWORD>" - Scenario PE004 0m 0.735s
And I wait 0m 5.232s
When I click on the Posts tab - Scenario PE004 0m 0.917s
And I wait 0m 5.185s
And I click on New Post Button 0m 0.752s
And I wait 0m 5.191s
And I create a post with "<POST_TITLE>" and "<POST_CONTENT>" 0m 4.079s
And I wait 0m 5.154s
And I add an image with path "<PAGE_IMAGE_PATH>" 0m 0.575s
And I wait 0m 5.236s
And I click on close settings 0m 0.552s
And I wait 0m 5.179s
And I wait 0m 5.196s
And I wait 0m 5.199s
And I click update on the published post 0m 0.622s
Then the post should be updated with the image 0m 0.538s
And I wait 0m 5.169s
After 0m 0.012s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "http://localhost:3001/ghost/#/signin"
And I login with "<USER_EMAIL>" and "<USER_PASSWORD>" - Scenario PE004
And I wait
When I click on the Posts tab - Scenario PE004
And I wait
And I click on New Post Button
And I wait
And I create a post with "<POST_TITLE>" and "<POST_CONTENT>"
And I wait
And I add an image with path "<PAGE_IMAGE_PATH>"
And I wait
And I click on close settings
And I wait
And I wait
And I wait
And I click update on the published post
Then the post should be updated with the image
And I wait
After
NO IMAGE AVAILABLE